home *** CD-ROM | disk | FTP | other *** search
/ Champak 139 / (Vol 139) Sep 24 2011.iso / Games / xtreme_tugboating.swf / scripts / DefineSprite_87 / frame_1 / DoAction.as
Text File  |  2011-09-24  |  73b  |  5 lines

  1. onEnterFrame = function()
  2. {
  3.    _rotation = _rotation + _X * 0.01;
  4. };
  5.